home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-10-25 | 520 b | 34 lines | [TEXT/MPS ] |
- /* Copyright © 1986-1990 Apple Computer, Inc. All rights reserved. */
-
- /* • Auto-Include the requirements for this source */
-
- #ifndef __SYSTYPES.R__
- #include "SysTypes.r"
- #endif
-
-
- include $$Shell("ObjApp")"PostRez" 'CODE';
-
-
- RESOURCE 'vers' (1, "Version", purgeable) {
- 0x02,
- 0x01,
- final,
- 0x00,
- verUs,
- "2.0.1",
- "2.0.1, ©Apple Computer, Inc. 1990, All Rights Reserved."
- };
-
-
- RESOURCE 'vers' (2, "Version", purgeable) {
- 0x02,
- 0x01,
- final,
- 0x00,
- verUs,
- $$Shell("MAShortVersion"),
- $$Shell("MALongVersion")
- };
-
-